home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / mole-game.swf / scripts / DefineButton2_41 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2005-09-29  |  186 b   |  9 lines

  1. on(press){
  2.    gf = getProperty("/p" add kazu, _currentframe);
  3.    gf2 = int(gf / "15") * "15" + "14";
  4.    tellTarget("/p" add kazu)
  5.    {
  6.       gotoAndPlay(eval("../:gf2"));
  7.    }
  8. }
  9.